home *** CD-ROM | disk | FTP | other *** search
/ Fritz: All Fritz / All Fritz.zip / All Fritz / FILES / MISCEOUS / DISKZINE.LZH / MAINMENU.BAT < prev    next >
DOS Batch File  |  1988-07-31  |  622b  |  31 lines

  1. echo off
  2. rem Mainmenu.bat
  3. :begin
  4. cls
  5. echo           Alternate Dimensions of Reality
  6. echo                     issue one
  7. echo .
  8. echo                     Main Menu
  9. echo .
  10. echo           F1  Stories
  11. echo .
  12. echo           F2  Poems
  13. echo .
  14. echo           F3  Columns
  15. funky/ldl/           Please select one of the above...(or ESC to exit)
  16. if not errorlevel 1 goto esc
  17. if not errorlevel 59 goto begin
  18. if errorlevel 62 goto begin
  19. if errorlevel 61 goto f3_typed
  20. if errorlevel 60 goto f2_typed
  21. stories
  22. :f2_typed
  23. poems
  24. :f3_typed
  25. column
  26. :esc
  27. cls
  28. echo     Thanks for giving our diskzine a try!
  29. comments
  30.  
  31.